Object.VectorPropertyX


Retrieves the x component of a vector from an object property

prototype float Object.VectorPropertyX( hobject o,
                                        string property );

Parameters:
o : The object handle which is being accessed.
property : The name of the property in the object that is required.

Return value:
Returns the x component of a vector for the given property of this object.

Notes:
Should this function fail it returns a default value of 0.

See also:
Object.VectorPropertyY, Object.VectorPropertyZ.